home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste1.3 / readme.1st < prev    next >
Text File  |  1994-11-17  |  4KB  |  116 lines

  1. ***************************************************************************
  2. Legal Stuff:
  3.  
  4.  
  5. The program is rated PD with the following restriction:
  6.     If  you change the source, please leave my name in it.  I need that
  7.     for my self-confidence.
  8.  
  9. Comments, flames, flattery via E-Mail to:
  10.  
  11.     billy@uni-paderborn.de
  12. or
  13.     amiga@uni-paderborn.de (if of common interest)
  14. ***************************************************************************
  15.  
  16. To get me run:
  17. =============
  18.  
  19.     Double-Click on the "Install" icon in the drawer you found this
  20.     file.
  21.  
  22.     Read the documentation document.
  23.  
  24.     IF YOU HAVE AN 68000/68010 RUNNING IN YOUR SYSTEM:
  25.         Double-Click on the icon labeled "Apfelkiste000" in the
  26.         "Executables"-Drawer.
  27.  
  28.     IF YOU HAVE AN 68020/68030 RUNNING IN YOUR SYSTEM:
  29.         Double-Click on the icon labeled "Apfelkiste030" in the
  30.         "Executables"-Drawer.
  31.  
  32.     This version of Apfelkiste is added for completness' sake and is
  33.     no matter of future support.
  34.  
  35. To compile me:
  36. =============
  37.  
  38.     Buy the SAS C Compiler Version 5.10b (or higher) and install it.
  39.  
  40.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  41.         DO NOT EXPECT A FULLY OPERATIONAL VERSION BY COMPILING WITH
  42.     SAS 5.10a OR BELOW
  43.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  44.  
  45.     Because  of  naming  conflicts  with the ARP include files to KS2.0
  46.     includes compilation is only possible with KS1.3 include files.
  47.  
  48.     Copy the contents of "Includes" to your include directory.
  49.  
  50.     Copy  the  contents of your Starter_Project directory to the Source
  51.     Drawer. This can be done easily by clicking ONCE on the SASCSetup
  52.     icon supplied with the compiler kit and performing a double-click
  53.     on the Apfelkiste "Source" drawer while either SHIFT key is hold
  54.     down.
  55.  
  56.     IF YOU HAVE AN 68000/68010 RUNNING IN YOUR SYSTEM:
  57.         Click on "Options" and set Code generation according to
  58.         your processor.
  59.         Enter the Object Submenu and add "Fixpoint000.o" to the
  60.         list of linker Objects.
  61.         Remove all other existing entries from the list.
  62.         This is the pre-configured state.
  63.  
  64.     IF YOU HAVE AN 68020/68030 RUNNING IN YOUR SYSTEM:
  65.         Click on "Options" and set Code generation according to
  66.         your processor.
  67.         Enter the Object Submenu and add "Fixpoint030.o" to the
  68.         list of linker Objects.
  69.         Remove all other existing entries from the list.
  70.         Owners of an 68881/882 math co-processor should set the
  71.         68881 float generation flag. It won't influence speed
  72.         during fixpoint calculation, but float routines will be
  73.         faster and generated code will be reduced in size.
  74.  
  75.         Additionally you should replace all occurances of
  76.  
  77.             #include <mffp.h>
  78.         by
  79.             #include <m68881.h>
  80.  
  81.         This applies to following files:
  82.  
  83.             Source/Apfelkiste.c
  84.             Source/Float.c
  85.             Source/Fixpoint.c
  86.  
  87.         If anyone of SAS reads these lines: Why not declaring
  88.         preprocessor-symbols depending on the Compiler-Options
  89.         for float generation?
  90.  
  91.     Click on "build" and everything else is done by the SAS C system.
  92.  
  93.     Copy the executable to the "Executables" Subdirectory to make
  94.     the program able to find it's configuration files.
  95.  
  96.     Users of other compilers will have to make minor changes to
  97.     the source first, like adapting for their prototype conventions.
  98.  
  99. CREDITS:
  100. =======
  101.  
  102.     The files in LIBS and Includes are part of distributions of:
  103.  
  104.     Christian A. Weber            (iff.library)
  105.     The Dissidents                (color.library)
  106.     Charlie Heath and
  107.     Scott Ballantine of MicroSmiths        (arp.library)
  108.  
  109.     Thank you very much to you for your great work.
  110.  
  111.  
  112.  
  113. Michael Böhnisch, (billy@uni-paderborn.de)
  114. Löher Str. 2,
  115. 4790 Paderborn (Federal Republic of Germany)
  116.